iT邦幫忙

2021 iThome 鐵人賽

DAY 8
0
Modern Web

YDKJS 一邊讀 You Don't Know JS Yet 一邊卡關一邊弄懂的日子 ԅ(≖‿≖ԅ)系列 第 8

Day08 - this&Object Prototypes Ch3 Objects - Contents - [[Get]]

  • 分享至 

  • xImage
  •  

Object 本身自帶 [[Get]] 機制能幫我們找到符合 property name (或說 key) 的 property 並 Get 他的 value

var a = {
    food: '燃面',
}

a.food // we can get '燃面'

但如果搜尋的 property 不存在的話, [[Get]] 機制會回傳 undefined 給我們 ( 是說單看他回傳 undefined ,我們可能會誤會成這個 property 是存在的,只是他的 value 剛好是 undefined
var a = {
food: '燃面',
}

a.drink // undefined

-----

今天理解到這邊~如果上述內容有出入,希望能順手做愛心幫忙提點了 ~ ԅ(≖‿≖ԅ)

上一篇
Day07 - this&Object Prototypes Ch3 Objects - Contents - Immutability
下一篇
Day09 - this&Object Prototypes Ch3 Objects - Contents - [[Put]]
系列文
YDKJS 一邊讀 You Don't Know JS Yet 一邊卡關一邊弄懂的日子 ԅ(≖‿≖ԅ)30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言